home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 November / CHIP_CD_2003-11.iso / software / animfx / setupanimfx.exe / #setuppath# / Anim-FX.exe / scripts / DefineButton2_107 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2003-09-25  |  1.1 KB  |  32 lines

  1. on(press){
  2.    colorbackground = "0x" add _root.interfaceholder.colorbackground;
  3.    colortext = "0x" add _root.interfaceholder.colortext;
  4.    freeze = _root.interfaceholder.freeze;
  5.    line1 = _root.interfaceholder.line1;
  6.    line2 = _root.interfaceholder.line2;
  7.    line3 = _root.interfaceholder.line3;
  8.    line4 = _root.interfaceholder.line4;
  9.    line5 = _root.interfaceholder.line5;
  10.    x1 = _root.interfaceholder.x1;
  11.    x2 = _root.interfaceholder.x2;
  12.    x3 = _root.interfaceholder.x3;
  13.    x4 = _root.interfaceholder.x4;
  14.    x5 = _root.interfaceholder.x5;
  15.    y1 = _root.interfaceholder.y1;
  16.    y2 = _root.interfaceholder.y2;
  17.    y3 = _root.interfaceholder.y3;
  18.    y4 = _root.interfaceholder.y4;
  19.    y5 = _root.interfaceholder.y5;
  20.    url = _root.interfaceholder.url;
  21.    urljumpto = _root.interfaceholder.urljumpto;
  22.    s1 = _root.interfaceholder.s1;
  23.    s2 = _root.interfaceholder.s2;
  24.    s3 = _root.interfaceholder.s3;
  25.    s4 = _root.interfaceholder.s4;
  26.    s5 = _root.interfaceholder.s5;
  27.    vol = _root.interfaceholder.vol;
  28.    loop = _root.interfaceholder.looponoff;
  29.    loaded = 1;
  30.    frameto = _root.interfaceholder.frameonclick;
  31. }
  32.